-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashboard] Feature: Adds ecosystem analytics #5254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5254 +/- ##
=======================================
Coverage 45.37% 45.37%
=======================================
Files 1067 1067
Lines 55446 55446
Branches 3989 3989
=======================================
Hits 25157 25157
Misses 29598 29598
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
0f8f014 to
c9dca00
Compare
c9dca00 to
ccaed90
Compare
ccaed90 to
f910b7b
Compare
Merge activity
|
<!-- start pr-codex -->
## PR-Codex overview
This PR enhances the `Ecosystem` analytics feature by introducing new components for wallet statistics, improving data fetching, and updating routing. It refines the structure for better maintainability and adds new functionalities for displaying wallet usage insights.
### Detailed summary
- Added `EcosystemWalletStats` interface.
- Introduced `EcosystemPermissionsPage` and `EcosystemAnalyticsPage` components.
- Implemented `RangeSelector` for date range selection.
- Updated routing to redirect to analytics.
- Enhanced data fetching for wallet usage.
- Refactored paths for type imports.
- Improved `InAppWalletUsersChartCard` for better data visualization.
- Added error handling and loading states for analytics components.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
36fbffb to
6679888
Compare
PR-Codex overview
This PR focuses on enhancing the analytics features for ecosystems by introducing new components and improving existing ones. It includes the implementation of wallet usage statistics and updates to the routing and layout of ecosystem pages.
Detailed summary
EcosystemWalletStatsinterface.EcosystemPermissionsPagecomponent.EcosystemAnalyticsPageto fetch and display wallet usage data.EcosystemWalletUsersChartCardfor better data visualization.fetchAnalyticsto handle errors more effectively.fetchApiServerfunction for API calls with authentication.EcosystemHeaderto display wallet statistics.